mirror of
https://gitlab.com/ahoneybun/nix-configs.git
synced 2025-05-12 11:14:02 -06:00
unstable: update to correect standard when using flakes
This commit is contained in:
parent
1c02debafa
commit
40d89ce488
1 changed files with 3 additions and 13 deletions
16
unstable.nix
16
unstable.nix
|
@ -1,17 +1,7 @@
|
||||||
{ config, pkgs, ...}:
|
{ unstable, config, pkgs, ... }:
|
||||||
|
|
||||||
let
|
|
||||||
unstable = import
|
|
||||||
(builtins.fetchTarball https://github.com/nixos/nixpkgs/tarball/master)
|
|
||||||
# reuse the current configuration
|
|
||||||
{ config = config.nixpkgs.config; };
|
|
||||||
in
|
|
||||||
|
|
||||||
{
|
{
|
||||||
environment.systemPackages = with pkgs; [
|
environment.systemPackages = [
|
||||||
unstable.rustc
|
unstable.legacyPackages."${pkgs.system}".rustc
|
||||||
unstable.just
|
|
||||||
unstable.cosmic-icons
|
|
||||||
unstable.cosmic-settings
|
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue