switch to new pinix flake

This commit is contained in:
Daylin Morgan 2024-02-15 16:05:24 -06:00
parent 208e54b34c
commit e84577560c
Signed by: daylin
GPG Key ID: C1E52E7DD81DF79F
5 changed files with 9 additions and 30 deletions

View File

@ -269,19 +269,18 @@
"inputs": {
"nixpkgs": [
"nixpkgs"
],
"systems": "systems_3"
]
},
"locked": {
"lastModified": 1707852451,
"narHash": "sha256-6FkObpMDcQJ53Wfzs/uWzk9JapQQ72UuJ6DRrMDRbY0=",
"owner": "daylinmorgan",
"lastModified": 1708024475,
"narHash": "sha256-D6rH2MD9yoslhA98cX9I3Ncf2J5JC6JMCh/837dTE4A=",
"owner": "remi-dupre",
"repo": "pinix",
"rev": "f148a5dbc84e53dbcc1cb983bb80c65df620616d",
"rev": "a488c0e7cf36b0a20fa8d237d5b3930ad7c5d3ce",
"type": "github"
},
"original": {
"owner": "daylinmorgan",
"owner": "remi-dupre",
"repo": "pinix",
"type": "github"
}
@ -326,21 +325,6 @@
"type": "github"
}
},
"systems_3": {
"locked": {
"lastModified": 1681028828,
"narHash": "sha256-Vy1rq5AaRuLzOxct8nz4T6wlgyUR7zLU309k9mBC768=",
"owner": "nix-systems",
"repo": "default",
"rev": "da67096a3b9bf56a91d16901293e51ba5b49a27e",
"type": "github"
},
"original": {
"owner": "nix-systems",
"repo": "default",
"type": "github"
}
},
"treefmt-nix": {
"inputs": {
"nixpkgs": [

View File

@ -13,8 +13,7 @@
nix-eval-jobs.url = "github:nix-community/nix-eval-jobs";
nix-eval-jobs.inputs.nixpkgs.follows = "nixpkgs";
# https://github.com/remi-dupre/pinix/pull/2
pinix.url = "github:daylinmorgan/pinix";
pinix.url = "github:remi-dupre/pinix";
pinix.inputs.nixpkgs.follows = "nixpkgs";
};

View File

@ -25,7 +25,6 @@
zk
rclone
quarto
pinix
];
programs.hyprland.enable = true;

View File

@ -20,6 +20,7 @@
nix-output-monitor
alejandra
inputs.self.packages.${pkgs.system}.oizys
inputs.pinix.packages.${pkgs.system}.default
];
nix.settings = {

View File

@ -10,9 +10,5 @@
(f: f != "default.nix")
(builtins.attrNames (builtins.readDir ./.)));
in {
nixpkgs.overlays =
defaultOverlays
++ [
inputs.pinix.overlays.default
];
nixpkgs.overlays = defaultOverlays;
}