reorganize
This commit is contained in:
parent
ed11d8de6c
commit
31de7b0e0c
@ -5,7 +5,7 @@
|
|||||||
nixpkgs.url = "github:nixos/nixpkgs/nixos-24.11";
|
nixpkgs.url = "github:nixos/nixpkgs/nixos-24.11";
|
||||||
};
|
};
|
||||||
|
|
||||||
outputs = { self , nixpkgs, ... }:
|
outputs = { nixpkgs, ... }:
|
||||||
let system = "x86_64-linux"; in
|
let system = "x86_64-linux"; in
|
||||||
{
|
{
|
||||||
devShells."${system}".default =
|
devShells."${system}".default =
|
||||||
@ -32,7 +32,6 @@
|
|||||||
})
|
})
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
|
|
||||||
shellHook = ''
|
shellHook = ''
|
||||||
echo "starting codium"
|
echo "starting codium"
|
||||||
codium .
|
codium .
|
||||||
|
Loading…
x
Reference in New Issue
Block a user