mirror of
https://github.com/Stunkymonkey/nixos.git
synced 2025-05-24 01:44:40 +02:00
flake: disable nix input
This commit is contained in:
parent
8827ca309e
commit
8b8cdbda51
2 changed files with 13 additions and 170 deletions
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
description = "NixOS configuration";
|
||||
inputs = {
|
||||
nix.url = "github:NixOS/nix";
|
||||
# nix.url = "github:NixOS/nix";
|
||||
nixpkgs.url = "nixpkgs/nixos-24.05";
|
||||
nixpkgs-unstable.url = "nixpkgs/nixos-unstable";
|
||||
|
||||
|
@ -107,6 +107,7 @@
|
|||
devShells.default = pkgs.mkShell {
|
||||
inputsFrom = [ config.pre-commit.devShell ];
|
||||
nativeBuildInputs = with pkgs; [
|
||||
# inputs'.nix.packages.nix
|
||||
inputs'.sops-nix.packages.sops-import-keys-hook
|
||||
inputs'.disko.packages.disko
|
||||
];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue